Welcome![Sign In][Sign Up]
Location:
Search - MFC CListCtrl

Search list

[Windows DevelopCListCtrlpaisheng

Description: 类的功能: 本类是继承于MFC类中的CListCtrl类,在该类中添加了一下功能 1,可以修改各项的字体颜色 2,可以修改各项的背景颜色 3,点击列表头的列标题可以以该列数据进行排序 4,可以用文本框或者组合框编辑各项,但是要使某一项能被编辑必须调用SetEdit函数(默认是不被编辑的)-CListCtrlCListCtrlCListCtrlCListCtrl
Platform: | Size: 202752 | Author: wangwei | Hits:

[ListView/ListBoxCListEdit

Description: MFC的CListCtrl没有编辑功能。本程序通过在双击的地方覆盖一个编辑框,取选中单元格的内容显示在编辑框里,再在编辑框失去焦点的时候将编辑框的内容覆盖回单元格,从而实现CListCtrl的可编辑功能。-MFC' s CListCtrl without editing. Double-click the program through the local coverage in an edit box, check the contents of selected cells displayed in the edit box, and then lost in the edit box when the focus will be to edit the contents of the box cover back to the cell in order to achieve editable CListCtrl function.
Platform: | Size: 1920000 | Author: 曾文秋 | Hits:

[GUI DevelopListCtrl_Column

Description: MFC的CListCtrl提供了数据的显示,但是如果做到列的动态显示与隐藏就不是那么方便了。这里的程序,可以在恢复显示的时候,保留之前的宽度和位置。-CListCtrl Which Can Show and Hide Columns An example of how to implement a column picker in the MFC list control
Platform: | Size: 265216 | Author: 王强 | Hits:

[ListView/ListBoxListCtrl

Description: 纯window api模拟mfc封装CListCtrl内部实现,欢迎大家修改扩展,可以自定义背景、文字颜色、行宽度等。-only use window api implement CListCtrl,support custom bk clr\word clr\row height and so on.
Platform: | Size: 5120 | Author: 刘絮 | Hits:

[Dialog_WindowHeaderCtrlDemo

Description: a work on CListCtrl with Image for MFC in Visual C-a work on CListCtrl with Image for MFC in Visual C++
Platform: | Size: 45056 | Author: zahra dehghan | Hits:

[ADO-ODBCAM

Description: 利用ACCESS数据库,通过ADO技术管理数据库中的账号信息。界面采用MFC编写,使用CTreeCtrl和CListCtrl控件对数据作出显示。工程采用VS2010建立。-Using ACCESS database management database through ADO technology in the account information. Interface written using MFC, use CTreeCtrl and CListCtrl control to display data. Works with VS2010 build.
Platform: | Size: 14702592 | Author: 周可 | Hits:

[SQL ServerDeleteData

Description: 该源码的主要功能:用MFC+ADO+SQLServer实现从CListCtrl控件中删除数据,从而删除数据库表中的数据,风格规范,功能实用,是学习ADO编程的好例子。-The main function of the source: Using MFC+ ADO+ SQLServer removed from a CListCtrl control data to delete the database table data, style specifications, functional and practical, is a good example to learn ADO programming.
Platform: | Size: 115712 | Author: 李晨旭 | Hits:

[Dialog_Windowinter

Description: MFC做的仿vs2003.net界面停靠模式,以及窗口布局,CListCtrl等的演示-MFC vs2003.net
Platform: | Size: 71680 | Author: 天天 | Hits:

[ListView/ListBoxList

Description: 可编辑控件。弥补了MFC提供的Clistctrl控件的缺陷。非常好用,效果非常好。-Editable controls. MFC provides Clistctrl up control deficiencies. Very easy to use, very good results.
Platform: | Size: 1835008 | Author: tianzhao | Hits:

[ListView/ListBoxWinDemo

Description: Editable controls. MFC provides Clistctrl up control deficiencies. Very easy to use, very good results.
Platform: | Size: 1147904 | Author: tianzhao | Hits:

[ListView/ListBoxexportExcel

Description: vc++ 将mfc的CListCtrl空间中的值导出到Excel文件中-mfc vc++ to the value space of the CListCtrl to export to Excel file
Platform: | Size: 216064 | Author: kill | Hits:

[ListView/ListBoxListViewCtrlEx

Description: CListCtrl 扩展控件,可以实现排序,编辑,添加背景图片等功能。-MFC Extension Classes CListCtrlEx and CListViewEx
Platform: | Size: 38912 | Author: wang | Hits:

[ListView/ListBoxSkinListDone

Description: 实现MFC自带的ClistCtrl换肤功能,最强大的是隐藏默认的滚动条,而不失去原有滚动条消息处理能力-Realize MFC own ClistCtrl peel function, the most powerful is hidden the default scroll bar, without losing the original scroll bar messages processing capacity
Platform: | Size: 3705856 | Author: qiang | Hits:

[ListView/ListBoxListCtrl

Description: MFC继承的CListCtrl包含按钮的列表框,可删除,添加-List box that contains the button
Platform: | Size: 50176 | Author: 吴九零 | Hits:

[AlgorithmOpenExcel

Description: MFC_列表CListCtrl读写Excel文件,刚写完,亲测可用,不懂可学一下CListCtrl的用法。介绍一下:输入excel文件到列表&&输出列表到excel文件,需要1、向项目工程中添加基本的7个类,分别是:CApplication,CMyFont,CRange,CWorkBook,CWorkBooks,CWorkSheet,CWorkSheets,选择MFC Class From TypeLib,在Add Class From 中选中File,在Location中输入或者选择EXCEL.EXE(officer2007为EXCEL.EXE,officer2003为EXCEL9.OLB)的路径。然后在Interface框(即1号框)中选择操作Excel的基本接口-MFC_ list CListCtrl read and write Excel files, just finished, the pro-test is available, but not to learn about CListCtrl usage. Introduction: Enter excel file to the list & & output list to excel file, you need one, to add to the project' s seven basic categories, namely: CApplication, CMyFont, CRange, CWorkBook, CWorkBooks, CWorkSheet, CWorkSheets, select MFC Class From TypeLib, select the Add Class From File, in Location, type or select EXCEL.EXE (officer2007 as EXCEL.EXE, officer2003 as EXCEL9.OLB) path. Then in the Interface box (ie the 1st box), select operating base interface of Excel
Platform: | Size: 276480 | Author: 曾峥 | Hits:

[Button controllist

Description: MFC写的一个应用CListCtrl的简单程序,在诸如代办事件等程序中极其合适。-A MFC program using CListCtrl control, widely used in some programs like todo list.
Platform: | Size: 141312 | Author: 周峰 | Hits:

[Tab ControlConfigurate

Description: 主要是运用MFC框架,有Tab控件的运用,还有ClistCtrl控件,对话框之间的消息传递,Socket通信-C++ MFC UI,use the Tab control and ClistCtrl control, and Dialog communicate ,and communicate with a simple serve
Platform: | Size: 6918144 | Author: 小龙 | Hits:

[Windows DevelopOpenExcel

Description: MFC_列表CListCtrl读写Excel文件,刚写完,亲测可用,不懂可学一下CListCtrl的用法。介绍一下:输入excel文件到列表&&输出列表到excel文件,需要1、向项目工程中添加基本的7个类,分别是:CApplication,CMyFont,CRange,CWorkBook,CWorkBooks,CWorkSheet,CWorkSheets,选择MFC Class From TypeLib,在Add Class From 中选中File,在Location中输入或者选择EXCEL.EXE(officer2007为EXCEL.EXE,officer2003为EXCEL9.OLB)的路径。然后在Interface框(即1号框)中选择操作Excel的基本接口,分别是:_Application,_WorkBook,_WorkSheet, Range,Font,WorkBooks,WorkSheets。点击Generated classes(即2号框)中CFont0类,在classes(即3号框)和File(即4号框)中修改其类名为CMyFont,头文件名为CMyFont.h(类名和头文件名,也可以是其他名字,由自己确定)。点击Finish完成添加-MFC_ list CListCtrl read and write Excel files, just finished, pro-test is available, do not know can learn about CListCtrl usage. Introduction: input excel file to the list && output list to excel file, you need an add basic seven categories in the project, namely: CApplication, CMyFont, CRange, CWorkBook, CWorkBooks, CWorkSheet, CWorkSheets, select MFC Class From TypeLib, select the Add Class From the File, enter or select EXCEL.EXE in Location (officer2007 as EXCEL.EXE, officer2003 as EXCEL9.OLB) path. And select Options in Excel Interface box (ie the 1st box) basic interface, namely: _Application, _WorkBook, _WorkSheet, Range, Font, WorkBooks, WorkSheets. Click the Generated classes (ie the 2nd box) CFont0 class, modify its kind in classes (ie the 3rd frame) and File (ie the 4th box) named CMyFont, header file called CMyFont.h (the class name and the name of the header file , other names may be determined by their own). Click Finish to add
Platform: | Size: 276480 | Author: bpudn4 | Hits:

[Windows DevelopMFCscrollbar

Description: C++ MFC 重绘CListCtrl、CTreeCtrl滚动条源码。#define SCROLLBAR_NORMAL_MINIMUM 45 //经验值,当Scrollbar宽度/高度小于这一数值时需要特殊处理,保证与系统的处理方式一致。编译环境:VS2012,VC6.0不能编译。-C++ MFC redraw CListCtrl, CTreeCtrl scrollbar source.# define SCROLLBAR_NORMAL_MINIMUM 45// Experience, require special handling when Scrollbar width/height is less than this value, ensure consistent and systematic approach. Compiler environment: VS2012, VC6.0 not compile.
Platform: | Size: 81920 | Author: kpudn30 | Hits:

[ListView/ListBoxSpreadGrid

Description: 对MFC类库中的CListCtrl进行了深度定制,可完成文字输入,下拉选项,及响应通过键盘的各种控制操作。是替代CListCtrl类的最佳选择。-MFC class library for CListCtrl conducted in-depth customization, you can complete the text input, the pull-down options, and respond to a variety of keyboard control operations. Is the best choice to replace CListCtrl class.
Platform: | Size: 427008 | Author: haungyzh | Hits:
« 1 2 3 45 »

CodeBus www.codebus.net